Represents a group of elements with the same key belonging to a collection of groups resulting from a search operation with grouping. This class has a derived class IndexedGroup<(Of <(<'TKey, T>)>)> with specific key type.

Namespace:  C1.LiveLinq.Indexing.Search
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public abstract class IndexedGroup<T> : IndexQuery<T>, 
	IGrouping<Object, T>, IEnumerable<T>, IEnumerable
Visual Basic
Public MustInherit Class IndexedGroup(Of T) _
	Inherits IndexQuery(Of T) _
	Implements IGrouping(Of Object, T), IEnumerable(Of T),  _
	IEnumerable

Type Parameters

T
The type of the elements of the indexed collection.

Inheritance Hierarchy

System..::..Object
  C1.LiveLinq.Indexing.Search..::..IndexQuery<(Of <(<'T>)>)>
    C1.LiveLinq.Indexing.Search..::..IndexedGroup<(Of <(<'T>)>)>
      C1.LiveLinq.Indexing.Search..::..IndexedGroup<(Of <(<'TKey, T>)>)>

See Also